home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 April / Designer's Club 1997 April.iso / mac / Idea Source / Main.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  199 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(1, "tock")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 2 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 2 to 1
  8.   puppetSound(1, "tick")
  9. end
  10.